/ Assembly List / LJCAddressParserLib / PrimaryRoads / Add

Namespace - LJCAddressParserLib


Parameters
countryCode - The Country code.
name - The Road name.
code - The Road code.
stateCode - The State code.

Returns

The added PrimaryRoad object.

Syntax

C#
public PrimaryRoad Add(String countryCode, String name, String code = null, String stateCode = null)

Creates and adds the object from the supplied values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.